UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The snmpd.conf file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22452 GEN005375 SV-26736r1_rule ECLP-1 Medium
Description
The snmpd.conf file contains authenticators and must be protected from unauthorized access and modification.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-27752r1_chk )
Check the permissions of the SNMP configuration file.
# ls -lL /etc/snmp/conf
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-23986r1_fix)
Remove the extended ACL from the file.
# getfacl /etc/snmp/conf
Remove each ACE returned.
# setfacl -d [ACE] /etc/snmp/conf